object StrCard: TStrCard Left = 200 Top = 113 Width = 640 Height = 444 HelpContext = 41018 Caption = 'Strategy Card:' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnPaint = FormPaint OnResize = FormResize TextHeight = 16 object Image1: TImage Left = 584 Top = 384 Width = 90 Height = 40 Picture.Data = {} Visible = False end object StringGrid1: TStringGrid Left = 0 Top = 0 Width = 632 Height = 369 HelpContext = 41018 Align = alTop ColCount = 11 DefaultColWidth = 80 DefaultRowHeight = 16 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False RowCount = 36 TabOrder = 0 OnClick = StringGrid1Click end object BitBtn1: TBitBtn Left = 496 Top = 376 Width = 121 Height = 33 HelpContext = 41018 Caption = '&Save' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 16 Top = 376 Width = 121 Height = 33 HelpContext = 41018 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 OnClick = BitBtn2Click end object Edit1: TEdit Left = 152 Top = 380 Width = 329 Height = 24 HelpContext = 41018 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 Text = 'Edit1' end object Timer1: TTimer Enabled = False Interval = 20 OnTimer = Timer1Timer Top = 384 end end